ContextChangedEvent

data class ContextChangedEvent(context: BaseAudioContext) : Event

Notifies that existing BaseAudioContext has changed some properties (id stays the same)..

Constructors

ContextChangedEvent
Link copied to clipboard
fun ContextChangedEvent(context: BaseAudioContext)

Functions

domain
Link copied to clipboard
open override fun domain(): String
Returns domain name for which event was generated.
eventName
Link copied to clipboard
open override fun eventName(): String
Returns event name as described in protocol.

Properties

context
Link copied to clipboard
val context: BaseAudioContext

Sources

jvm source
Link copied to clipboard